/* 初始化
----------------------------------------------- */
body {
    font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
    color: #000;
    background-color: #fff;
    margin: 0 auto !important;
    position: relative;

}
body, button, input, textarea {
    font-size: 14px;
    line-height: 1.531;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    color: #333333;
}
a:hover {
    color: #333333;
    text-decoration: none;
}
p, ul, ol, dl, dt, dd, form, blockquote {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
input, select {
    font-family: Microsoft Yahei;
    vertical-align: middle;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset !important;
}
em, b, i {
    font-style: normal;
    font-weight: normal;
}
img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}
label {
    cursor: pointer;
}
.red{color:red}
.f-left{float: left}
.f-right{float: right}
.nodata{padding: 3rem ;text-align: center}
.imgScale{overflow: hidden}
.imgScale img:hover{
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2); 	/* IE 9 */
    -moz-transform:scale(1.2,1.2); 	/* Firefox */
    -webkit-transform:scale(1.2,1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2,1.2); 	/* Opera */
}
.flex{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
section{padding: 2rem 0}



